com.supermap.mapping
Class ThemeGraphItem
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mapping.ThemeGraphItem
-
public class ThemeGraphItem extends InternalHandleDisposable
Sub items of a statistical thematic map
-
-
Constructor Summary
Constructors Constructor and Description ThemeGraphItem()
Construction methodThemeGraphItem(ThemeGraphItem themeGraphItem)
Construction method
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Releasejava.lang.String
getCaption()
Gets aliasjava.lang.String
getGraphExpression()
Gets the field expression of a statistical thematic mapThemeRange
getRangeSetting()
Range style settings of a statistical thematic mapGeoStyle
getUniformStyle()
Gets sub items' styles of a statistical thematic mapvoid
setCaption(java.lang.String caption)
Sets aliasvoid
setGraphExpression(java.lang.String graphExpression)
Sets the field expression of a statistical thematic mapvoid
setRangeSetting(ThemeRange rangeSetting)
Range style settings of a thematic mapvoid
setUniformStyle(GeoStyle uniformStyle)
Sets sub items' styles of a statistical thematic mapjava.lang.String
toString()
Output the formatted string of the sub item.
-
-
-
Constructor Detail
-
ThemeGraphItem
public ThemeGraphItem()
Construction method
-
ThemeGraphItem
public ThemeGraphItem(ThemeGraphItem themeGraphItem)
Construction method- Parameters:
themeGraphItem
- Sub items of a statistical thematic map
-
-
Method Detail
-
getCaption
public java.lang.String getCaption()
Gets alias- Returns:
- alias
-
setCaption
public void setCaption(java.lang.String caption)
Sets alias- Parameters:
caption
- alias
-
getGraphExpression
public java.lang.String getGraphExpression()
Gets the field expression of a statistical thematic map- Returns:
- The field expression of a statistical thematic map
-
setGraphExpression
public void setGraphExpression(java.lang.String graphExpression)
Sets the field expression of a statistical thematic map- Parameters:
graphExpression
- the field expression of a statistical thematic map
-
getUniformStyle
public GeoStyle getUniformStyle()
Gets sub items' styles of a statistical thematic map- Returns:
- Sub items' styles of a statistical thematic map
-
setUniformStyle
public void setUniformStyle(GeoStyle uniformStyle)
Sets sub items' styles of a statistical thematic map- Parameters:
uniformStyle
- Sub items' styles of a statistical thematic map
-
getRangeSetting
public ThemeRange getRangeSetting()
Range style settings of a statistical thematic map- Returns:
- Range style settings of a statistical thematic map
-
setRangeSetting
public void setRangeSetting(ThemeRange rangeSetting)
Range style settings of a thematic map- Parameters:
rangeSetting
- Range style settings of a statistical thematic map
-
dispose
public void dispose()
Release
-
toString
public java.lang.String toString()
Output the formatted string of the sub item.- Overrides:
toString
in classjava.lang.Object
-
-